home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / java / awt / peer / WindowPeer.class (.txt) < prev   
Encoding:
Java Class File  |  1997-01-31  |  262 b   |  8 lines

  1. package java.awt.peer;
  2.  
  3. public interface WindowPeer extends ContainerPeer {
  4.    void toFront();
  5.  
  6.    void toBack();
  7. }
  8.